﻿2026-07-29T14:14:16.0848097Z ##[group]Run actions/checkout@v5
2026-07-29T14:14:16.0848850Z with:
2026-07-29T14:14:16.0849327Z   ref: 7f572d6df4064daa49f6c2640b4f882f7a317e6f
2026-07-29T14:14:16.0849790Z   fetch-depth: 1
2026-07-29T14:14:16.0850158Z   repository: BigscreenVR/spt-bs-core
2026-07-29T14:14:16.0852913Z   token: ***
2026-07-29T14:14:16.0853254Z   ssh-strict: true
2026-07-29T14:14:16.0853617Z   ssh-user: git
2026-07-29T14:14:16.0853956Z   persist-credentials: true
2026-07-29T14:14:16.0854327Z   clean: true
2026-07-29T14:14:16.0854670Z   sparse-checkout-cone-mode: true
2026-07-29T14:14:16.0855071Z   fetch-tags: false
2026-07-29T14:14:16.0855422Z   show-progress: true
2026-07-29T14:14:16.0855778Z   lfs: false
2026-07-29T14:14:16.0856102Z   submodules: false
2026-07-29T14:14:16.0856461Z   set-safe-directory: true
2026-07-29T14:14:16.0856846Z   allow-unsafe-pr-checkout: false
2026-07-29T14:14:16.0857457Z ##[endgroup]
2026-07-29T14:14:16.1644893Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T14:14:16.1646416Z ##[group]Getting Git version info
2026-07-29T14:14:16.1647143Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T14:14:16.1648030Z [command]/usr/bin/git version
2026-07-29T14:14:16.1648431Z git version 2.43.0
2026-07-29T14:14:16.1653262Z ##[endgroup]
2026-07-29T14:14:16.1664546Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0f15ec89-bdcb-477d-bc33-c735d3212c85' before making global git config changes
2026-07-29T14:14:16.1665866Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T14:14:16.1667499Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T14:14:16.1700212Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T14:14:16.1720914Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T14:14:16.1732191Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T14:14:16.1735004Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T14:14:16.1756616Z HEAD
2026-07-29T14:14:16.1790996Z ##[endgroup]
2026-07-29T14:14:16.1793162Z [command]/usr/bin/git submodule status
2026-07-29T14:14:16.1973938Z ##[group]Cleaning the repository
2026-07-29T14:14:16.1976486Z [command]/usr/bin/git clean -ffdx
2026-07-29T14:14:16.2012344Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T14:14:16.2198230Z HEAD is now at 7f572d6d fix(access): name a verb path that actually parses in both loud notices
2026-07-29T14:14:16.2204089Z ##[endgroup]
2026-07-29T14:14:16.2206418Z ##[group]Disabling automatic garbage collection
2026-07-29T14:14:16.2210748Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T14:14:16.2239278Z ##[endgroup]
2026-07-29T14:14:16.2239836Z ##[group]Setting up auth
2026-07-29T14:14:16.2246105Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T14:14:16.2274724Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T14:14:16.2463839Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T14:14:16.2489645Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T14:14:16.2685987Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T14:14:16.2715417Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T14:14:16.2906806Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T14:14:16.2940216Z ##[endgroup]
2026-07-29T14:14:16.2941152Z ##[group]Fetching the repository
2026-07-29T14:14:16.2946581Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 7f572d6df4064daa49f6c2640b4f882f7a317e6f
2026-07-29T14:14:16.7418409Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T14:14:16.7419453Z  * branch              7f572d6df4064daa49f6c2640b4f882f7a317e6f -> FETCH_HEAD
2026-07-29T14:14:16.7440668Z ##[endgroup]
2026-07-29T14:14:16.7441584Z ##[group]Determining the checkout info
2026-07-29T14:14:16.7442403Z ##[endgroup]
2026-07-29T14:14:16.7451624Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T14:14:16.7489126Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T14:14:16.7510736Z ##[group]Checking out the ref
2026-07-29T14:14:16.7512647Z [command]/usr/bin/git checkout --progress --force 7f572d6df4064daa49f6c2640b4f882f7a317e6f
2026-07-29T14:14:16.7556853Z HEAD is now at 7f572d6d fix(access): name a verb path that actually parses in both loud notices
2026-07-29T14:14:16.7560984Z ##[endgroup]
2026-07-29T14:14:16.7592121Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T14:14:16.7612292Z 7f572d6df4064daa49f6c2640b4f882f7a317e6f
